What are the components of Struts?
1865
23-Mar-2011
Anoop Singh
23-Mar-2011Model: Components like business logic / business processes and data are the part of Model.
View: JSP, HTML etc. are part of View
Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.